Uses of Enum
com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelErrorCode
Packages that use ServiceChannelErrorCode
-
Uses of ServiceChannelErrorCode in com.sun.xml.ws.transport.tcp.servicechannel
Methods in com.sun.xml.ws.transport.tcp.servicechannel that return ServiceChannelErrorCodeModifier and TypeMethodDescriptionServiceChannelException.ServiceChannelExceptionBean.getErrorCode()static ServiceChannelErrorCodeReturns 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 ServiceChannelErrorCodeModifier and TypeMethodDescriptionvoidServiceChannelException.ServiceChannelExceptionBean.setErrorCode(ServiceChannelErrorCode errorCode) Constructors in com.sun.xml.ws.transport.tcp.servicechannel with parameters of type ServiceChannelErrorCodeModifierConstructorDescriptionServiceChannelException(ServiceChannelErrorCode errorCode, String message) ServiceChannelExceptionBean(ServiceChannelErrorCode errorCode, String message)