Uses of Class
com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet

Packages that use ThrowableContainerPropertySet
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.metro.api.config.management   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
 

Uses of ThrowableContainerPropertySet in com.sun.xml.ws.api.server
 

Methods in com.sun.xml.ws.api.server with parameters of type ThrowableContainerPropertySet
abstract  Packet WSEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
          This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception.
 

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

Methods in com.sun.xml.ws.metro.api.config.management with parameters of type ThrowableContainerPropertySet
 Packet ManagedEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tcps, Packet packet, SOAPVersion soapv, WSDLPort wsdlp, SEIModel seim, WSBinding wsb)
           
 

Uses of ThrowableContainerPropertySet in com.sun.xml.ws.server
 

Methods in com.sun.xml.ws.server with parameters of type ThrowableContainerPropertySet
 Packet WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 Packet WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 



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