|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jboss51.PortComponentTypeImpl<T>
public class PortComponentTypeImpl<T>
This class implements the port-componentType
xsd type
Original Documentation:
The port-component element specifies a mapping from a webservice
port-component whose service-impl-bean/ejb-link value maps to an ejb.
Used in: session
Constructor Summary | |
---|---|
PortComponentTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
PortComponentTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.lang.String |
getAuthMethod()
Returns the auth-method element |
java.lang.String |
getPortComponentName()
Returns the port-component-name element |
java.lang.String |
getPortComponentUri()
Returns the port-component-uri element |
java.lang.String |
getTransportGuarantee()
Returns the transport-guarantee element |
java.lang.Boolean |
isSecureWsdlAccess()
Returns the secure-wsdl-access element |
PortComponentType<T> |
removeAuthMethod()
Removes the auth-method element |
PortComponentType<T> |
removePortComponentName()
Removes the port-component-name element |
PortComponentType<T> |
removePortComponentUri()
Removes the port-component-uri element |
PortComponentType<T> |
removeSecureWsdlAccess()
Removes the secure-wsdl-access element |
PortComponentType<T> |
removeTransportGuarantee()
Removes the transport-guarantee element |
PortComponentType<T> |
setAuthMethod(java.lang.String authMethod)
If not already created, a new auth-method element with the given value will be created. |
PortComponentType<T> |
setPortComponentName(java.lang.String portComponentName)
If not already created, a new port-component-name element with the given value will be created. |
PortComponentType<T> |
setPortComponentUri(java.lang.String portComponentUri)
If not already created, a new port-component-uri element with the given value will be created. |
PortComponentType<T> |
setSecureWsdlAccess(java.lang.Boolean secureWsdlAccess)
If not already created, a new secure-wsdl-access element with the given value will be created. |
PortComponentType<T> |
setTransportGuarantee(java.lang.String transportGuarantee)
If not already created, a new transport-guarantee element with the given value will be created. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortComponentTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public PortComponentTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public PortComponentType<T> setPortComponentName(java.lang.String portComponentName)
port-component-name
element with the given value will be created.
Otherwise, the existing port-component-name
element will be updated with the given value.
setPortComponentName
in interface PortComponentType<T>
PortComponentType
public PortComponentType<T> removePortComponentName()
port-component-name
element
removePortComponentName
in interface PortComponentType<T>
PortComponentType
public java.lang.String getPortComponentName()
port-component-name
element
getPortComponentName
in interface PortComponentType<T>
port-component-name
public PortComponentType<T> setPortComponentUri(java.lang.String portComponentUri)
port-component-uri
element with the given value will be created.
Otherwise, the existing port-component-uri
element will be updated with the given value.
setPortComponentUri
in interface PortComponentType<T>
PortComponentType
public PortComponentType<T> removePortComponentUri()
port-component-uri
element
removePortComponentUri
in interface PortComponentType<T>
PortComponentType
public java.lang.String getPortComponentUri()
port-component-uri
element
getPortComponentUri
in interface PortComponentType<T>
port-component-uri
public PortComponentType<T> setAuthMethod(java.lang.String authMethod)
auth-method
element with the given value will be created.
Otherwise, the existing auth-method
element will be updated with the given value.
setAuthMethod
in interface PortComponentType<T>
PortComponentType
public PortComponentType<T> removeAuthMethod()
auth-method
element
removeAuthMethod
in interface PortComponentType<T>
PortComponentType
public java.lang.String getAuthMethod()
auth-method
element
getAuthMethod
in interface PortComponentType<T>
auth-method
public PortComponentType<T> setTransportGuarantee(java.lang.String transportGuarantee)
transport-guarantee
element with the given value will be created.
Otherwise, the existing transport-guarantee
element will be updated with the given value.
setTransportGuarantee
in interface PortComponentType<T>
PortComponentType
public PortComponentType<T> removeTransportGuarantee()
transport-guarantee
element
removeTransportGuarantee
in interface PortComponentType<T>
PortComponentType
public java.lang.String getTransportGuarantee()
transport-guarantee
element
getTransportGuarantee
in interface PortComponentType<T>
transport-guarantee
public PortComponentType<T> setSecureWsdlAccess(java.lang.Boolean secureWsdlAccess)
secure-wsdl-access
element with the given value will be created.
Otherwise, the existing secure-wsdl-access
element will be updated with the given value.
setSecureWsdlAccess
in interface PortComponentType<T>
PortComponentType
public PortComponentType<T> removeSecureWsdlAccess()
secure-wsdl-access
element
removeSecureWsdlAccess
in interface PortComponentType<T>
PortComponentType
public java.lang.Boolean isSecureWsdlAccess()
secure-wsdl-access
element
isSecureWsdlAccess
in interface PortComponentType<T>
secure-wsdl-access
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |