Uses of Class
com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelErrorCode
-
Packages that use ServiceChannelErrorCode Package Description com.sun.xml.ws.transport.tcp.servicechannel -
-
Uses of ServiceChannelErrorCode in com.sun.xml.ws.transport.tcp.servicechannel
Methods in com.sun.xml.ws.transport.tcp.servicechannel that return ServiceChannelErrorCode Modifier and Type Method Description ServiceChannelErrorCodeServiceChannelException.ServiceChannelExceptionBean. getErrorCode()static ServiceChannelErrorCodeServiceChannelErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceChannelErrorCode[]ServiceChannelErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.xml.ws.transport.tcp.servicechannel with parameters of type ServiceChannelErrorCode Modifier and Type Method Description voidServiceChannelException.ServiceChannelExceptionBean. setErrorCode(ServiceChannelErrorCode errorCode)Constructors in com.sun.xml.ws.transport.tcp.servicechannel with parameters of type ServiceChannelErrorCode Constructor Description ServiceChannelException(ServiceChannelErrorCode errorCode, String message)ServiceChannelExceptionBean(ServiceChannelErrorCode errorCode, String message)
-