org.apache.axis2.jaxws.feature
Class ServerFramework

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

public class ServerFramework
extends Object


Constructor Summary
ServerFramework()
           
 
Method Summary
 void addAnnotation(Annotation annotation)
           
 void addConfigurator(String id, ServerConfigurator configurator)
           
 void configure(EndpointDescription endpointDescription)
           
 Annotation[] getAllAnnotations()
           
 Annotation getAnnotation(String id)
           
 boolean isValid(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(String id,
                            ServerConfigurator configurator)

isValid

public boolean isValid(Annotation annotation)

addAnnotation

public void addAnnotation(Annotation annotation)

getAnnotation

public Annotation getAnnotation(String id)

getAllAnnotations

public Annotation[] getAllAnnotations()

configure

public void configure(EndpointDescription endpointDescription)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.