Uses of Class
com.sun.xml.ws.transport.tcp.server.glassfish.WSEndpointDescriptor

Packages that use WSEndpointDescriptor
com.sun.xml.ws.transport.tcp.server.glassfish   
 

Uses of WSEndpointDescriptor in com.sun.xml.ws.transport.tcp.server.glassfish
 

Fields in com.sun.xml.ws.transport.tcp.server.glassfish declared as WSEndpointDescriptor
 WSEndpointDescriptor WSTCPAdapterRegistryImpl.RegistryRecord.wsEndpointDescriptor
           
 

Methods in com.sun.xml.ws.transport.tcp.server.glassfish that return WSEndpointDescriptor
 WSEndpointDescriptor WSTCPAdapterRegistryImpl.lookupEndpoint(java.lang.String path)
           
 

Methods in com.sun.xml.ws.transport.tcp.server.glassfish with parameters of type WSEndpointDescriptor
 void WSTCPAdapterRegistryImpl.registerEndpoint(java.lang.String path, WSEndpointDescriptor wsEndpointDescriptor)
           
 

Constructors in com.sun.xml.ws.transport.tcp.server.glassfish with parameters of type WSEndpointDescriptor
WSTCPAdapterRegistryImpl.RegistryRecord(WSEndpointDescriptor wsEndpointDescriptor)