Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.AcceptType

Packages that use AcceptType
org.apache.cxf.ws.rm   
 

Uses of AcceptType in org.apache.cxf.ws.rm
 

Fields in org.apache.cxf.ws.rm declared as AcceptType
protected  AcceptType CreateSequenceResponseType.accept
           
 

Methods in org.apache.cxf.ws.rm that return AcceptType
 AcceptType ObjectFactory.createAcceptType()
          Create an instance of AcceptType
 AcceptType CreateSequenceResponseType.getAccept()
          Gets the value of the accept property.
 

Methods in org.apache.cxf.ws.rm with parameters of type AcceptType
 void CreateSequenceResponseType.setAccept(AcceptType value)
          Sets the value of the accept property.
 


Apache CXF API

Apache CXF