Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ServiceRefType<T> |
ServiceRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ServiceRefType<T> |
ServiceRefType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
ServiceRefType<T> |
ServiceRefType.jaxrpcMappingFile(String jaxrpcMappingFile)
Sets the
jaxrpc-mapping-file element |
ServiceRefType<T> |
ServiceRefType.removeAllDescription()
Removes the
description element |
ServiceRefType<T> |
ServiceRefType.removeAllDisplayName()
Removes the
display-name element |
ServiceRefType<T> |
ServiceRefType.removeAllHandler()
Removes all
handler elements |
ServiceRefType<T> |
ServiceRefType.removeAllIcon()
Removes all
icon elements |
ServiceRefType<T> |
ServiceRefType.removeAllPortComponentRef()
Removes all
port-component-ref elements |
ServiceRefType<T> |
ServiceRefType.removeJaxrpcMappingFile()
Removes the
jaxrpc-mapping-file element |
ServiceRefType<T> |
ServiceRefType.removeServiceInterface()
Removes the
service-interface element |
ServiceRefType<T> |
ServiceRefType.removeServiceQname()
Removes the
service-qname element |
ServiceRefType<T> |
ServiceRefType.removeServiceRefName()
Removes the
service-ref-name element |
ServiceRefType<T> |
ServiceRefType.removeWsdlFile()
Removes the
wsdl-file element |
ServiceRefType<T> |
ServiceRefType.serviceInterface(String serviceInterface)
Sets the
service-interface element |
ServiceRefType<T> |
ServiceRefType.serviceQname(String serviceQname)
Sets the
service-qname element |
ServiceRefType<T> |
ServiceRefType.serviceRefName(String serviceRefName)
Sets the
service-ref-name element |
ServiceRefType<T> |
ServiceRefType.wsdlFile(String wsdlFile)
Sets the
wsdl-file element |
Modifier and Type | Method and Description |
---|---|
ServiceRefHandlerType<ServiceRefType<T>> |
ServiceRefType.createHandler()
Creates a new
handler element |
IconType<ServiceRefType<T>> |
ServiceRefType.createIcon()
Creates a new
icon element |
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.createPortComponentRef()
Creates a new
port-component-ref element |
List<ServiceRefHandlerType<ServiceRefType<T>>> |
ServiceRefType.getAllHandler()
Returns all
handler elements |
List<IconType<ServiceRefType<T>>> |
ServiceRefType.getAllIcon()
Returns all
icon elements |
List<PortComponentRefType<ServiceRefType<T>>> |
ServiceRefType.getAllPortComponentRef()
Returns all
port-component-ref elements |
ServiceRefHandlerType<ServiceRefType<T>> |
ServiceRefType.getOrCreateHandler()
If not already created, a new
handler element will be created and returned. |
IconType<ServiceRefType<T>> |
ServiceRefType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.getOrCreatePortComponentRef()
If not already created, a new
port-component-ref element will be created and returned. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.