Uses of Class
com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelException.ServiceChannelExceptionBean
-
Packages that use ServiceChannelException.ServiceChannelExceptionBean Package Description com.sun.xml.ws.transport.tcp.servicechannel com.sun.xml.ws.transport.tcp.servicechannel.stubs -
-
Uses of ServiceChannelException.ServiceChannelExceptionBean in com.sun.xml.ws.transport.tcp.servicechannel
Methods in com.sun.xml.ws.transport.tcp.servicechannel that return ServiceChannelException.ServiceChannelExceptionBean Modifier and Type Method Description ServiceChannelException.ServiceChannelExceptionBeanServiceChannelException. getFaultInfo()Methods in com.sun.xml.ws.transport.tcp.servicechannel with parameters of type ServiceChannelException.ServiceChannelExceptionBean Modifier and Type Method Description voidServiceChannelException. setFaultInfo(ServiceChannelException.ServiceChannelExceptionBean faultInfo)Constructors in com.sun.xml.ws.transport.tcp.servicechannel with parameters of type ServiceChannelException.ServiceChannelExceptionBean Constructor Description ServiceChannelException(String message, ServiceChannelException.ServiceChannelExceptionBean faultInfo)ServiceChannelException(String message, ServiceChannelException.ServiceChannelExceptionBean faultInfo, Throwable cause) -
Uses of ServiceChannelException.ServiceChannelExceptionBean in com.sun.xml.ws.transport.tcp.servicechannel.stubs
Methods in com.sun.xml.ws.transport.tcp.servicechannel.stubs that return ServiceChannelException.ServiceChannelExceptionBean Modifier and Type Method Description ServiceChannelException.ServiceChannelExceptionBeanObjectFactory. createServiceChannelExceptionBean()Create an instance ofServiceChannelExceptionMethods in com.sun.xml.ws.transport.tcp.servicechannel.stubs that return types with arguments of type ServiceChannelException.ServiceChannelExceptionBean Modifier and Type Method Description javax.xml.bind.JAXBElement<ServiceChannelException.ServiceChannelExceptionBean>ObjectFactory. createServiceChannelExceptionBean(ServiceChannelException.ServiceChannelExceptionBean value)Create an instance ofJAXBElement<ServiceChannelException>}Methods in com.sun.xml.ws.transport.tcp.servicechannel.stubs with parameters of type ServiceChannelException.ServiceChannelExceptionBean Modifier and Type Method Description javax.xml.bind.JAXBElement<ServiceChannelException.ServiceChannelExceptionBean>ObjectFactory. createServiceChannelExceptionBean(ServiceChannelException.ServiceChannelExceptionBean value)Create an instance ofJAXBElement<ServiceChannelException>}
-