org.jboss.wsf.spi.metadata.j2ee
Class PortComponentMD
java.lang.Object
org.jboss.wsf.spi.metadata.j2ee.PortComponentMD
- All Implemented Interfaces:
- java.lang.annotation.Annotation, PortComponentSpec
public class PortComponentMD
- extends java.lang.Object
- implements PortComponentSpec
- Author:
- Heiko.Braun
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.annotation.Annotation |
equals, hashCode, toString |
PortComponentMD
public PortComponentMD()
portComponentName
public java.lang.String portComponentName()
setPortComponentName
public void setPortComponentName(java.lang.String portComponentName)
portComponentURI
public java.lang.String portComponentURI()
setPortComponentURI
public void setPortComponentURI(java.lang.String portComponentURI)
urlPattern
public java.lang.String urlPattern()
authMethod
public java.lang.String authMethod()
setAuthMethod
public void setAuthMethod(java.lang.String authMethod)
transportGuarantee
public java.lang.String transportGuarantee()
setTransportGuarantee
public void setTransportGuarantee(java.lang.String transportGuarantee)
secureWSDLAccess
public boolean secureWSDLAccess()
setSecureWSDLAccess
public void setSecureWSDLAccess(boolean secureWSDLAccess)
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType
in interface java.lang.annotation.Annotation
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.