|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The endpoint implementation class type.public interface ConfigReader<T>
Establish if the configuration data has changed and reconfigure the endpoint with the new configuration data.
| 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 attributes,
ClassLoader classLoader,
EndpointStarter starter)
Initialize the reader. |
void |
start(NamedParameters parameters)
Start this reader. |
void |
stop()
Stop this reader. |
| 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 attributes,
ClassLoader classLoader,
EndpointStarter starter)
throws javax.xml.ws.WebServiceException
endpoint - A ManagedEndpoint instance. Must not be null.assertion - This assertion contains the policy that configured the
managed endpoint. May be null.attributes - The attributes with which the original WSEndpoint instance
was created.classLoader - The class loader that is associated with the original
WSEndpoint instance.starter - An EndpointStarter instance. Must not be null.
javax.xml.ws.WebServiceException - If the initialization failed.
void start(NamedParameters parameters)
throws javax.xml.ws.WebServiceException
parameters - Custom configurator implementations can use this to pass
in their own parameters.
javax.xml.ws.WebServiceException - If the start failed.
void stop()
throws javax.xml.ws.WebServiceException
javax.xml.ws.WebServiceException - If stopping failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||