|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceRefHandlerType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 | Provides the interfaces and enumeration types as defined in the schema javaee_web_services_client_1_2.xsd |
org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 | Provides the implementation classes as defined in the schema javaee_web_services_client_1_2.xsd |
Uses of ServiceRefHandlerType in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return ServiceRefHandlerType | |
---|---|
ServiceRefHandlerType<ServiceRefHandlerChainType<T>> |
ServiceRefHandlerChainType.handler()
Returns the handler element |
ServiceRefHandlerType<ServiceRefType<T>> |
ServiceRefType.handler()
Returns the handler element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.removeAllDescription()
Removes the description element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.removeAllDisplayName()
Removes the display-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.removeAllIcon()
Removes all icon elements |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.removeAllInitParam()
Removes all init-param elements |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.removeAllPortName()
Removes the port-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.removeAllSoapHeader()
Removes the soap-header element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.removeAllSoapRole()
Removes the soap-role element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.removeHandlerClass()
Removes the handler-class element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.removeHandlerName()
Removes the handler-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setDescription(java.lang.String description)
Creates a new description element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setHandlerClass(java.lang.String handlerClass)
If not already created, a new handler-class element with the given value will be created. |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setHandlerName(java.lang.String handlerName)
If not already created, a new handler-name element with the given value will be created. |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setPortName(java.lang.String portName)
Creates a new port-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setPortNameList(java.lang.String... values)
Creates for all String objects representing port-name elements,
a new port-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setSoapHeader(java.lang.String soapHeader)
Creates a new soap-header element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setSoapHeaderList(java.lang.String... values)
Creates for all String objects representing soap-header elements,
a new soap-header element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setSoapRole(java.lang.String soapRole)
Creates a new soap-role element |
ServiceRefHandlerType<T> |
ServiceRefHandlerType.setSoapRoleList(java.lang.String... values)
Creates for all String objects representing soap-role elements,
a new soap-role element |
Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return types with arguments of type ServiceRefHandlerType | |
---|---|
java.util.List<ServiceRefHandlerType<ServiceRefHandlerChainType<T>>> |
ServiceRefHandlerChainType.getHandlerList()
Returns all handler elements |
java.util.List<ServiceRefHandlerType<ServiceRefType<T>>> |
ServiceRefType.getHandlerList()
Returns all handler elements |
java.util.List<IconType<ServiceRefHandlerType<T>>> |
ServiceRefHandlerType.getIconList()
Returns all icon elements |
java.util.List<ParamValueType<ServiceRefHandlerType<T>>> |
ServiceRefHandlerType.getInitParamList()
Returns all init-param elements |
IconType<ServiceRefHandlerType<T>> |
ServiceRefHandlerType.icon()
Returns the icon element |
ParamValueType<ServiceRefHandlerType<T>> |
ServiceRefHandlerType.initParam()
Returns the init-param element |
Uses of ServiceRefHandlerType in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that implement ServiceRefHandlerType | |
---|---|
class |
ServiceRefHandlerTypeImpl<T>
This class implements the service-ref_handlerType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return ServiceRefHandlerType | |
---|---|
ServiceRefHandlerType<ServiceRefHandlerChainType<T>> |
ServiceRefHandlerChainTypeImpl.handler()
Returns the handler element |
ServiceRefHandlerType<ServiceRefType<T>> |
ServiceRefTypeImpl.handler()
Returns the handler element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.removeAllDescription()
Removes the description element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.removeAllDisplayName()
Removes the display-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.removeAllIcon()
Removes all icon elements |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.removeAllInitParam()
Removes all init-param elements |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.removeAllPortName()
Removes the port-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.removeAllSoapHeader()
Removes the soap-header element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.removeAllSoapRole()
Removes the soap-role element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.removeHandlerClass()
Removes the handler-class element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.removeHandlerName()
Removes the handler-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setHandlerClass(java.lang.String handlerClass)
If not already created, a new handler-class element with the given value will be created. |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setHandlerName(java.lang.String handlerName)
If not already created, a new handler-name element with the given value will be created. |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setPortName(java.lang.String portName)
Creates a new port-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setPortNameList(java.lang.String... values)
Creates for all String objects representing port-name elements,
a new port-name element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setSoapHeader(java.lang.String soapHeader)
Creates a new soap-header element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setSoapHeaderList(java.lang.String... values)
Creates for all String objects representing soap-header elements,
a new soap-header element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setSoapRole(java.lang.String soapRole)
Creates a new soap-role element |
ServiceRefHandlerType<T> |
ServiceRefHandlerTypeImpl.setSoapRoleList(java.lang.String... values)
Creates for all String objects representing soap-role elements,
a new soap-role element |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return types with arguments of type ServiceRefHandlerType | |
---|---|
java.util.List<ServiceRefHandlerType<ServiceRefHandlerChainType<T>>> |
ServiceRefHandlerChainTypeImpl.getHandlerList()
Returns all handler elements |
java.util.List<ServiceRefHandlerType<ServiceRefType<T>>> |
ServiceRefTypeImpl.getHandlerList()
Returns all handler elements |
java.util.List<IconType<ServiceRefHandlerType<T>>> |
ServiceRefHandlerTypeImpl.getIconList()
Returns all icon elements |
java.util.List<ParamValueType<ServiceRefHandlerType<T>>> |
ServiceRefHandlerTypeImpl.getInitParamList()
Returns all init-param elements |
IconType<ServiceRefHandlerType<T>> |
ServiceRefHandlerTypeImpl.icon()
Returns the icon element |
ParamValueType<ServiceRefHandlerType<T>> |
ServiceRefHandlerTypeImpl.initParam()
Returns the init-param element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |