Uses of Class
com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
-
Packages that use ThrowableContainerPropertySet Package Description 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 Modifier and Type Method Description abstract PacketWSEndpoint. 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 Modifier and Type Method Description PacketManagedEndpoint. 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 Modifier and Type Method Description PacketWSEndpointImpl. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)PacketWSEndpointMOMProxy. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
-