Uses of Class
com.sun.xml.ws.api.config.management.EndpointCreationAttributes

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

Uses of EndpointCreationAttributes in com.sun.xml.ws.api.config.management
 

Methods in com.sun.xml.ws.api.config.management with parameters of type EndpointCreationAttributes
<T> WSEndpoint<T>
ManagedEndpointFactory.createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes)
          This method may return a WSEndpoint implementation that wraps the original WSEndpoint instance.
 

Uses of EndpointCreationAttributes in com.sun.xml.ws.config.management.server
 

Methods in com.sun.xml.ws.config.management.server with parameters of type EndpointCreationAttributes
<T> WSEndpoint<T>
EndpointFactoryImpl.createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes)
           
 

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

Methods in com.sun.xml.ws.metro.api.config.management that return EndpointCreationAttributes
 EndpointCreationAttributes ManagedEndpoint.getCreationAttributes()
          Returns attributes used for creation of this endpoint.
 

Constructors in com.sun.xml.ws.metro.api.config.management with parameters of type EndpointCreationAttributes
ManagedEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes)
          Initializes this endpoint.
 



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