org.jboss.wsf.spi.metadata.j2ee.serviceref
Class AddressingMetadata
- java.lang.Object
-
- org.jboss.wsf.spi.metadata.j2ee.serviceref.AddressingMetadata
public final class AddressingMetadata extends Object
-
Constructor Summary
Constructors Constructor and Description AddressingMetadata(boolean annotationSpecified, boolean enabled, boolean required)
AddressingMetadata(boolean annotationSpecified, boolean enabled, boolean required, String responses)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description String
getResponses()
boolean
isAnnotationSpecified()
boolean
isEnabled()
boolean
isRequired()
-
Constructor Detail
AddressingMetadata
public AddressingMetadata(boolean annotationSpecified, boolean enabled, boolean required, String responses)
AddressingMetadata
public AddressingMetadata(boolean annotationSpecified, boolean enabled, boolean required)
Method Detail
isAnnotationSpecified
public boolean isAnnotationSpecified()
isEnabled
public boolean isEnabled()
isRequired
public boolean isRequired()
getResponses
public String getResponses()
Copyright © 2020 JBoss, by Red Hat. All rights reserved.