Uses of Class
com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelErrorCode

Packages that use ServiceChannelErrorCode
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
 ServiceChannelErrorCode ServiceChannelException.ServiceChannelExceptionBean.getErrorCode()
           
static ServiceChannelErrorCode ServiceChannelErrorCode.valueOf(java.lang.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're declared.
 

Methods in com.sun.xml.ws.transport.tcp.servicechannel with parameters of type ServiceChannelErrorCode
 void ServiceChannelException.ServiceChannelExceptionBean.setErrorCode(ServiceChannelErrorCode errorCode)
           
 

Constructors in com.sun.xml.ws.transport.tcp.servicechannel with parameters of type ServiceChannelErrorCode
ServiceChannelException.ServiceChannelExceptionBean(ServiceChannelErrorCode errorCode, java.lang.String message)
           
ServiceChannelException(ServiceChannelErrorCode errorCode, java.lang.String message)