org.apache.axis2.jaxws.feature
Class ServerFramework

java.lang.Object
  extended by org.apache.axis2.jaxws.feature.ServerFramework

public class ServerFramework
extends java.lang.Object


Constructor Summary
ServerFramework()
           
 
Method Summary
 void addAnnotation(java.lang.annotation.Annotation annotation)
           
 void addConfigurator(java.lang.String id, ServerConfigurator configurator)
           
 void configure(EndpointDescription endpointDescription)
           
 java.lang.annotation.Annotation[] getAllAnnotations()
           
 java.lang.annotation.Annotation getAnnotation(java.lang.String id)
           
 boolean isValid(java.lang.annotation.Annotation annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerFramework

public ServerFramework()
Method Detail

addConfigurator

public void addConfigurator(java.lang.String id,
                            ServerConfigurator configurator)

isValid

public boolean isValid(java.lang.annotation.Annotation annotation)

addAnnotation

public void addAnnotation(java.lang.annotation.Annotation annotation)

getAnnotation

public java.lang.annotation.Annotation getAnnotation(java.lang.String id)

getAllAnnotations

public java.lang.annotation.Annotation[] getAllAnnotations()

configure

public void configure(EndpointDescription endpointDescription)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.