Uses of Interface
com.sun.xml.ws.metro.api.config.management.EndpointStarter

Packages that use EndpointStarter
com.sun.xml.ws.metro.api.config.management   
 

Uses of EndpointStarter in com.sun.xml.ws.metro.api.config.management
 

Classes in com.sun.xml.ws.metro.api.config.management that implement EndpointStarter
 class ManagedEndpoint<T>
          Wraps an existing WSEndpoint instance and provides a method to swap the WSEndpoint instance.
 

Methods in com.sun.xml.ws.metro.api.config.management with parameters of type EndpointStarter
<T> java.util.Collection<CommunicationServer<T>>
ManagementFactory.createCommunicationImpls(ManagedEndpoint<T> endpoint, com.sun.xml.ws.api.config.management.EndpointCreationAttributes creationAttributes, java.lang.ClassLoader classLoader, Configurator<T> configurator, EndpointStarter starter)
          Finds and returns all CommunicationServer implementations.
<T> ConfigReader<T>
ManagementFactory.createConfigReaderImpl(ManagedEndpoint<T> endpoint, com.sun.xml.ws.api.config.management.EndpointCreationAttributes attributes, java.lang.ClassLoader classLoader, EndpointStarter starter)
          Finds and returns a ConfigReader implementation.
 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, java.lang.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, java.lang.ClassLoader classLoader, EndpointStarter starter)
          Initialize the reader.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.