|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The endpoint type.public interface CommunicationServer<T>
The API that encapsulates any communication interface for configuration management.
| Method Summary | |
|---|---|
void |
init(ManagedEndpoint<T> endpoint,
com.sun.xml.ws.api.config.management.policy.ManagedServiceAssertion assertion,
com.sun.xml.ws.api.config.management.EndpointCreationAttributes creationAttributes,
ClassLoader classLoader,
Configurator<T> configurator,
EndpointStarter starter)
Initialize the communication interface. |
void |
start()
Start the communication interface. |
void |
stop()
Stop the communication interface. |
| Method Detail |
|---|
void init(ManagedEndpoint<T> endpoint,
com.sun.xml.ws.api.config.management.policy.ManagedServiceAssertion assertion,
com.sun.xml.ws.api.config.management.EndpointCreationAttributes creationAttributes,
ClassLoader classLoader,
Configurator<T> configurator,
EndpointStarter starter)
throws javax.xml.ws.WebServiceException
endpoint - The ManagedEndpoint instance. Must not be null.assertion - This assertion contains the policy that configured the
managed endpoint. May be null.creationAttributes - The attributes with which the original endpoint
was created.classLoader - The class loader that is associated with the original
endpoint.configurator - A Configurator instance. May not be null.starter - An EndpointStarter instance. May not be null.
javax.xml.ws.WebServiceException - If initialization failed.
void start()
throws javax.xml.ws.WebServiceException
javax.xml.ws.WebServiceException - If the start failed.
void stop()
throws javax.xml.ws.WebServiceException
javax.xml.ws.WebServiceException - If stopping the interface failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||