| Methods in com.sun.xml.ws.metro.api.config.management with parameters of type ManagedEndpoint |
|
ManagementFactory.createCommunicationImpls(ManagedEndpoint<T> endpoint,
com.sun.xml.ws.api.config.management.EndpointCreationAttributes creationAttributes,
ClassLoader classLoader,
Configurator<T> configurator,
EndpointStarter starter)
Finds and returns all CommunicationServer implementations. |
|
ManagementFactory.createConfigReaderImpl(ManagedEndpoint<T> endpoint,
com.sun.xml.ws.api.config.management.EndpointCreationAttributes attributes,
ClassLoader classLoader,
EndpointStarter starter)
Finds and returns a ConfigReader implementation. |
|
ManagementFactory.createConfigSaverImpl(ManagedEndpoint<T> endpoint)
Finds and returns a ConfigSaver implementation. |
|
ManagementFactory.createConfiguratorImpl(ManagedEndpoint<T> endpoint,
ConfigReader<T> reader,
ConfigSaver<T> saver)
Finds and returns a Configurator implementation. |
void |
ConfigSaver.init(ManagedEndpoint<T> endpoint,
com.sun.xml.ws.api.config.management.policy.ManagedServiceAssertion assertion)
Initialize this instance. |
void |
Configurator.init(ManagedEndpoint<T> endpoint,
com.sun.xml.ws.api.config.management.policy.ManagedServiceAssertion assertion,
ConfigReader<T> reader,
ConfigSaver<T> saver)
Initializes the endpoint. |
void |
CommunicationServer.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 |
ConfigReader.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. |