|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceRefProtocolBindingListType | |
---|---|
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 ServiceRefProtocolBindingListType in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return ServiceRefProtocolBindingListType | |
---|---|
ServiceRefProtocolBindingListType<ServiceRefHandlerChainType<T>> |
ServiceRefHandlerChainType.protocolBindings()
If not already created, a new protocol-bindings element will be created and returned. |
ServiceRefProtocolBindingListType<T> |
ServiceRefProtocolBindingListType.removeAllProtocolBindingType()
Removes the protocol-bindingType element |
ServiceRefProtocolBindingListType<T> |
ServiceRefProtocolBindingListType.setProtocolBindingType(java.lang.String protocolBindingType)
Creates a new protocol-bindingType element |
ServiceRefProtocolBindingListType<T> |
ServiceRefProtocolBindingListType.setProtocolBindingTypeList(java.lang.String... values)
Creates for all String objects representing protocol-bindingType elements,
a new protocol-bindingType element |
Uses of ServiceRefProtocolBindingListType in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that implement ServiceRefProtocolBindingListType | |
---|---|
class |
ServiceRefProtocolBindingListTypeImpl<T>
This class implements the service-ref_protocol-bindingListType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return ServiceRefProtocolBindingListType | |
---|---|
ServiceRefProtocolBindingListType<ServiceRefHandlerChainType<T>> |
ServiceRefHandlerChainTypeImpl.protocolBindings()
If not already created, a new protocol-bindings element will be created and returned. |
ServiceRefProtocolBindingListType<T> |
ServiceRefProtocolBindingListTypeImpl.removeAllProtocolBindingType()
Removes the protocol-bindingType element |
ServiceRefProtocolBindingListType<T> |
ServiceRefProtocolBindingListTypeImpl.setProtocolBindingType(java.lang.String protocolBindingType)
Creates a new protocol-bindingType element |
ServiceRefProtocolBindingListType<T> |
ServiceRefProtocolBindingListTypeImpl.setProtocolBindingTypeList(java.lang.String... values)
Creates for all String objects representing protocol-bindingType elements,
a new protocol-bindingType element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |