org.jboss.wsf.spi.metadata.j2ee
Class PortComponentMD

java.lang.Object
  extended by 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

Constructor Summary
PortComponentMD()
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 java.lang.String authMethod()
           
 java.lang.String portComponentName()
           
 java.lang.String portComponentURI()
           
 boolean secureWSDLAccess()
           
 void setAuthMethod(java.lang.String authMethod)
           
 void setPortComponentName(java.lang.String portComponentName)
           
 void setPortComponentURI(java.lang.String portComponentURI)
           
 void setSecureWSDLAccess(boolean secureWSDLAccess)
           
 void setTransportGuarantee(java.lang.String transportGuarantee)
           
 java.lang.String transportGuarantee()
           
 java.lang.String urlPattern()
           
 
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
 

Constructor Detail

PortComponentMD

public PortComponentMD()
Method Detail

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.